haskell-nix-paths: fix bogus dependencies

+3 -3
+3 -3
pkgs/development/haskell-modules/hackage-packages.nix
··· 145645 145645 }) {}; 145646 145646 145647 145647 "nix-paths" = callPackage 145648 - ({ mkDerivation, base, nix, nix-hash, process }: 145648 + ({ mkDerivation, base, nix, process }: 145649 145649 mkDerivation { 145650 145650 pname = "nix-paths"; 145651 145651 version = "1.0.1"; 145652 145652 sha256 = "1y09wl1ihxmc9p926g595f70pdcsx78r3q5n5rna23lpq8xicdxb"; 145653 145653 libraryHaskellDepends = [ base process ]; 145654 - libraryToolDepends = [ nix nix-hash ]; 145654 + libraryToolDepends = [ nix ]; 145655 145655 homepage = "https://github.com/peti/nix-paths"; 145656 145656 description = "Knowledge of Nix's installation directories"; 145657 145657 license = stdenv.lib.licenses.bsd3; 145658 - }) {inherit (pkgs) nix; nix-hash = null;}; 145658 + }) {inherit (pkgs) nix;}; 145659 145659 145660 145660 "nixfromnpm" = callPackage 145661 145661 ({ mkDerivation, aeson, ansi-terminal, base, bytestring