mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
parent
ec9b02243b
commit
ecb4fb0046
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, lesstif, ncurses, libX11, libXt}:
|
||||
{stdenv, fetchurl, motif, ncurses, libX11, libXt}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ddd-3.3.12";
|
||||
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
||||
url = "mirror://gnu/ddd/${name}.tar.gz";
|
||||
sha256 = "0p5nx387857w3v2jbgvps2p6mlm0chajcdw5sfrddcglsxkwvmis";
|
||||
};
|
||||
buildInputs = [lesstif ncurses libX11 libXt];
|
||||
buildInputs = [motif ncurses libX11 libXt];
|
||||
configureFlags = "--with-x";
|
||||
|
||||
patches = [ ./gcc44.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user