forked from mirrors/nixpkgs
Update some more platforms
This commit is contained in:
parent
25ca1c30e2
commit
58af4fb11e
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue