* Added Lesstif (a Motif clone).
* Enabled the actual xpdf GUI in xpdf. svn path=/nixpkgs/trunk/; revision=4327
This commit is contained in:
11
pkgs/development/libraries/lesstif/default.nix
Normal file
11
pkgs/development/libraries/lesstif/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{stdenv, fetchurl, x11, libXp}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "lesstif-0.94.4";
|
||||
src = fetchurl {
|
||||
url = http://surfnet.dl.sourceforge.net/sourceforge/lesstif/lesstif-0.94.4.tar.bz2;
|
||||
md5 = "3096ca456c0bc299d895974d307c82d8";
|
||||
};
|
||||
buildInputs = [x11];
|
||||
propagatedBuildInputs = [libXp];
|
||||
}
|
||||
Reference in New Issue
Block a user