Compare commits
2 commits
b0b30293bf
...
1f3e64bb37
Author | SHA1 | Date | |
---|---|---|---|
1f3e64bb37 | |||
bc04c05081 |
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ stdenv.mkDerivation {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
||||||
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||||
|
propagatedBuildInputs = [
|
||||||
propagetedBuildInputs = [
|
|
||||||
|
|
||||||
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue