pigpio: move env variable into env for structuredAttrs (#521580)
This commit is contained in:
@@ -26,7 +26,7 @@ mkDerivation rec {
|
||||
hash = "sha256-Z+SwUlBbtWtnbjTe0IghR3gIKS43ZziN0amYtmXy7HE=";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
env.NIX_CFLAGS_COMPILE = "-std=gnu17";
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
||||
Reference in New Issue
Block a user