about summary refs log tree commit diff homepage
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index aba6cf9..682a06b 100644
--- a/default.nix
+++ b/default.nix
@@ -4,7 +4,7 @@ stdenvNoCC.mkDerivation rec {
   version = "latest";
   src = nix-gitignore.gitignoreSource [ ] ./.;
   makeFlags = [ "PREFIX=$(out)" ];
-  buildInputs = [ epeg libxslt ];
+  nativeBuildInputs = [ epeg libxslt ];
   enableParallelBuilding = true;
   meta = {
     homepage = "https://px.cnx.gdn";