Compare commits
1 commit
1f3e64bb37
...
b0b30293bf
Author | SHA1 | Date | |
---|---|---|---|
b0b30293bf |
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@ stdenv.mkDerivation {
|
|||
|
||||
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||
|
||||
propagetedBuildInputs = [
|
||||
|
||||
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||
|
||||
doCheck = true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue