forked from mirrors/nixpkgs
Merge pull request #151259 from SuperSandro2000/index-fm
index-fm: fix pname
This commit is contained in:
commit
5a9d3e3eec
|
@ -16,7 +16,7 @@
|
|||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "index";
|
||||
pname = "index-fm";
|
||||
version = "2.1.0";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
|
|
Loading…
Reference in a new issue