Remove git attributes from derivation in nosv
This commit is contained in:
parent
11e897c10a
commit
feb39f404a
@ -40,7 +40,6 @@ in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "nosv";
|
||||
inherit (source) src version;
|
||||
inherit gitURL gitCommit gitBranch;
|
||||
hardeningDisable = [ "all" ];
|
||||
dontStrip = true;
|
||||
configureFlags = [ "--with-ovni=${ovni}" ];
|
||||
|
Loading…
Reference in New Issue
Block a user