diff options
-rw-r--r-- | pkgs/default.nix | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 53cea3c..9b7cf3b 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -48,11 +48,6 @@ let }; }); - } // (nixpkgs.lib.optionalAttrs (nixpkgs.stdenv.hostPlatform != nixpkgs.stdenv.buildPlatform) { - # Nixpkgs fixup - glib = nixpkgs.glib.overrideAttrs (super: { - nativeBuildInputs = with nixpkgs; super.nativeBuildInputs ++ [ libxslt docbook_xsl ]; - }); - }); + }; in personalpkgs |