mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
* More sed breakage.
svn path=/nixpkgs/trunk/; revision=903
This commit is contained in:
parent
57c5759250
commit
36356d7694
@ -3,7 +3,7 @@
|
||||
if stdenv.system == "i686-linux"
|
||||
then
|
||||
(import ./j2sdk-sun-linux.nix) {
|
||||
fetchurl = fetchurl;
|
||||
inherit stdenv fetchurl;
|
||||
}
|
||||
else
|
||||
false
|
||||
|
@ -3,7 +3,7 @@
|
||||
if stdenv.system == "i686-linux"
|
||||
then
|
||||
(import ./j2re-sun-linux.nix) {
|
||||
fetchurl = fetchurl;
|
||||
inherit stdenv fetchurl;
|
||||
}
|
||||
else
|
||||
false
|
||||
|
@ -17,4 +17,5 @@ stdenv.mkDerivation {
|
||||
};
|
||||
buildInputs = [pkgconfig perl libtiff libjpeg libpng];
|
||||
propagatedBuildInputs = [x11 glib atk pango];
|
||||
inherit libtiff libjpeg libpng;
|
||||
}
|
||||
|
@ -588,10 +588,6 @@ rec {
|
||||
inherit fetchurl stdenv pkgconfig xproto libX11;
|
||||
};
|
||||
|
||||
libXpmdist = (import ../development/libraries/freedesktop/libXpm/make-dist.nix) {
|
||||
inherit stdenv pkgconfig autoconf automake libtool xproto libX11;
|
||||
};
|
||||
|
||||
libXaw = (import ../development/libraries/freedesktop/libXaw) {
|
||||
inherit fetchurl stdenv pkgconfig xproto libX11 libXt libXmu libXpm;
|
||||
};
|
||||
|
@ -49,7 +49,7 @@ let {
|
||||
pkgs.gqview
|
||||
pkgs.hello
|
||||
pkgs.nxml
|
||||
# pkgs.uml
|
||||
pkgs.uml
|
||||
pkgs.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user