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