pkgs/zutty: clean up a bit
This commit is contained in:
parent
62d7d6db0d
commit
14fb9a9aaa
@ -11,19 +11,14 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "sha256-1eB5GDhWGwyhiKzxpepzjQ44Co0ZeL9JJI5ppPE1TJw=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
./zutty_go.diff
|
||||
];
|
||||
patches = [ ./zutty_go.diff ];
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gcc
|
||||
pkg-config
|
||||
python
|
||||
wafHook
|
||||
xlibsWrapper
|
||||
xorg.libXmu
|
||||
#xorg.libXau
|
||||
#xorg.libXdmcp
|
||||
libGL
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user