haskell-nix-paths: fix bogus dependencies
This commit is contained in:
parent
f716cdb9be
commit
699d715f24
@ -145645,17 +145645,17 @@ self: {
|
|||||||
}) {};
|
}) {};
|
||||||
|
|
||||||
"nix-paths" = callPackage
|
"nix-paths" = callPackage
|
||||||
({ mkDerivation, base, nix, nix-hash, process }:
|
({ mkDerivation, base, nix, process }:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "nix-paths";
|
pname = "nix-paths";
|
||||||
version = "1.0.1";
|
version = "1.0.1";
|
||||||
sha256 = "1y09wl1ihxmc9p926g595f70pdcsx78r3q5n5rna23lpq8xicdxb";
|
sha256 = "1y09wl1ihxmc9p926g595f70pdcsx78r3q5n5rna23lpq8xicdxb";
|
||||||
libraryHaskellDepends = [ base process ];
|
libraryHaskellDepends = [ base process ];
|
||||||
libraryToolDepends = [ nix nix-hash ];
|
libraryToolDepends = [ nix ];
|
||||||
homepage = "https://github.com/peti/nix-paths";
|
homepage = "https://github.com/peti/nix-paths";
|
||||||
description = "Knowledge of Nix's installation directories";
|
description = "Knowledge of Nix's installation directories";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
}) {inherit (pkgs) nix; nix-hash = null;};
|
}) {inherit (pkgs) nix;};
|
||||||
|
|
||||||
"nixfromnpm" = callPackage
|
"nixfromnpm" = callPackage
|
||||||
({ mkDerivation, aeson, ansi-terminal, base, bytestring
|
({ mkDerivation, aeson, ansi-terminal, base, bytestring
|
||||||
|
Loading…
x
Reference in New Issue
Block a user