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