fix fsg build after updates in all-packages
svn path=/nixpkgs/trunk/; revision=13913
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
args: with args;
|
||||
let localDefs = builderDefs.passthru.function {
|
||||
buildInputs =[(wxGTK null)];
|
||||
buildInputs =[mesa (wxGTK null) libX11 xproto];
|
||||
src =
|
||||
fetchurl {
|
||||
url = http://www.piettes.com/fallingsandgame/fsg-src-4.4.tar.gz;
|
||||
|
||||
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1756y01rkvd3f1pkj88jqh83fqcfl2fy0c48mcq53pjzln9ycv8c";
|
||||
};
|
||||
|
||||
buildInputs =[gtk glib pkgconfig (wxGTK null)];
|
||||
buildInputs =[gtk glib pkgconfig mesa (wxGTK null) libX11 xproto];
|
||||
|
||||
/*
|
||||
# One day Unicode will overcome?
|
||||
|
||||
Reference in New Issue
Block a user