Remove git attributes from derivation in nosv

This commit is contained in:
Rodrigo Arias 2023-05-30 16:23:39 +02:00
parent 11e897c10a
commit feb39f404a

View File

@ -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}" ];