am,build: propagate SDL to dependents
This commit is contained in:
parent
b403f8a40b
commit
bc04c05081
1 changed files with 4 additions and 0 deletions
|
@ -27,5 +27,9 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||||
|
|
||||||
|
propagetedBuildInputs = [
|
||||||
|
|
||||||
|
] ++ (if isa == "native" then [ SDL2 ] else [ ]);
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue