mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
emacs: strip trailing whitespace from expression for 23.x
svn path=/nixpkgs/trunk/; revision=31770
This commit is contained in:
parent
33cfa26445
commit
e86daecce9
@ -17,10 +17,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0kfa546qi0idkwk29gclgi13qd8q54pcqgy9qwjknlclszprdp3a";
|
sha256 = "0kfa546qi0idkwk29gclgi13qd8q54pcqgy9qwjknlclszprdp3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ ncurses x11 texinfo libXaw Xaw3d libXpm libpng libjpeg libungif
|
[ ncurses x11 texinfo libXaw Xaw3d libXpm libpng libjpeg libungif
|
||||||
libtiff librsvg libXft gconf
|
libtiff librsvg libXft gconf
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optionals (gtk != null) [ gtk pkgconfig ]
|
++ stdenv.lib.optionals (gtk != null) [ gtk pkgconfig ]
|
||||||
++ stdenv.lib.optional stdenv.isLinux dbus;
|
++ stdenv.lib.optional stdenv.isLinux dbus;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user