idris: prefix package derivation names with "idris-"
This commit is contained in:
parent
cb12f601d7
commit
1d94e4c363
|
@ -20,7 +20,7 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation ({
|
stdenv.mkDerivation ({
|
||||||
name = "${name}-${version}";
|
name = "idris-${name}-${version}";
|
||||||
|
|
||||||
buildInputs = [ idris-with-packages gmp ] ++ extraBuildInputs;
|
buildInputs = [ idris-with-packages gmp ] ++ extraBuildInputs;
|
||||||
propagatedBuildInputs = allIdrisDeps;
|
propagatedBuildInputs = allIdrisDeps;
|
||||||
|
|
Loading…
Reference in New Issue