We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a565f7c commit 2783e2bCopy full SHA for 2783e2b
flake.nix
@@ -36,6 +36,11 @@
36
versionSuffix = ""; # obsolete
37
src = self;
38
preAutoconf = "echo ${version} > version";
39
+
40
+ # portable configure shouldn't have a shebang pointing to the nix store
41
+ postConfigure = ''
42
+ sed -i '1s|^.*$|#!/bin/sh|' ./configure
43
+ '';
44
postDist = ''
45
cp README.md $out/
46
echo "doc readme $out/README.md" >> $out/nix-support/hydra-build-products
0 commit comments