mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
idris: prefix package derivation names with "idris-"
This commit is contained in:
parent
cb12f601d7
commit
1d94e4c363
@ -20,7 +20,7 @@ let
|
||||
};
|
||||
in
|
||||
stdenv.mkDerivation ({
|
||||
name = "${name}-${version}";
|
||||
name = "idris-${name}-${version}";
|
||||
|
||||
buildInputs = [ idris-with-packages gmp ] ++ extraBuildInputs;
|
||||
propagatedBuildInputs = allIdrisDeps;
|
||||
|
Loading…
Reference in New Issue
Block a user