mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Test
This commit is contained in:
parent
2b1cb18799
commit
36da665991
@ -3,7 +3,7 @@
|
||||
stdenv,
|
||||
fetchhg,
|
||||
pkg-config,
|
||||
makeWrapper,
|
||||
makeBinaryWrapper,
|
||||
SDL2,
|
||||
glew,
|
||||
gtk3,
|
||||
@ -28,7 +28,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
makeWrapper
|
||||
makeBinaryWrapper
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user