deadbeefPlugins.musical-spectrum: move env variable into env
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation {
|
||||
];
|
||||
makeFlags = [ "gtk3" ];
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
|
||||
env.NIX_CFLAGS_COMPILE = "-Wno-incompatible-pointer-types";
|
||||
|
||||
installPhase = ''
|
||||
runHook preInstall
|
||||
|
||||
Reference in New Issue
Block a user