3
0
Fork 0
forked from mirrors/nixpkgs

Update some more platforms

This commit is contained in:
Eelco Dolstra 2013-11-06 10:58:20 +01:00
parent 25ca1c30e2
commit 58af4fb11e
5 changed files with 4 additions and 8 deletions

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
license = "LGPLv2+";
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;
};
}

View file

@ -24,10 +24,8 @@ stdenv.mkDerivation rec {
meta = {
description = "A library for image loading and manipulation";
homepage = http://library.gnome.org/devel/gdk-pixbuf/;
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
};
}

View file

@ -173,6 +173,6 @@ stdenv.mkDerivation rec {
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = with maintainers; [ lovek323 phreedom sander urkud ];
platforms = platforms.all;
platforms = platforms.linux;
};
}

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation {
homepage = "http://launchpad.net/intltool/";
license = stdenv.lib.licenses.gpl2Plus;
maintainers = [stdenv.lib.maintainers.raskin];
platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.unix;
inherit (s) version;
};
}

View file

@ -140,7 +140,6 @@ let
gphoto2 = linux;
gpm = linux;
gprolog = linux;
gpsbabel = all;
gpscorrelate = linux;
gpsd = linux;
gqview = gtkSupported;
@ -212,7 +211,6 @@ let
mysql = linux;
mysql51 = linux;
mysql55 = linux;
namazu = all;
nano = allBut "i686-cygwin";
ncat = linux;
netcat = all;