Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit feb39f404a - Show all commits

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