Update some more platforms
This commit is contained in:
parent
25ca1c30e2
commit
58af4fb11e
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
|||||||
license = "LGPLv2+";
|
license = "LGPLv2+";
|
||||||
|
|
||||||
maintainers = with stdenv.lib.maintainers; [ raskin urkud ];
|
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 = {
|
meta = {
|
||||||
description = "A library for image loading and manipulation";
|
description = "A library for image loading and manipulation";
|
||||||
|
|
||||||
homepage = http://library.gnome.org/devel/gdk-pixbuf/;
|
homepage = http://library.gnome.org/devel/gdk-pixbuf/;
|
||||||
|
|
||||||
maintainers = [ stdenv.lib.maintainers.eelco ];
|
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++";
|
description = "A cross-platform application framework for C++";
|
||||||
license = "GPL/LGPL";
|
license = "GPL/LGPL";
|
||||||
maintainers = with maintainers; [ lovek323 phreedom sander urkud ];
|
maintainers = with maintainers; [ lovek323 phreedom sander urkud ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://launchpad.net/intltool/";
|
homepage = "http://launchpad.net/intltool/";
|
||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = [stdenv.lib.maintainers.raskin];
|
maintainers = [stdenv.lib.maintainers.raskin];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
inherit (s) version;
|
inherit (s) version;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -140,7 +140,6 @@ let
|
|||||||
gphoto2 = linux;
|
gphoto2 = linux;
|
||||||
gpm = linux;
|
gpm = linux;
|
||||||
gprolog = linux;
|
gprolog = linux;
|
||||||
gpsbabel = all;
|
|
||||||
gpscorrelate = linux;
|
gpscorrelate = linux;
|
||||||
gpsd = linux;
|
gpsd = linux;
|
||||||
gqview = gtkSupported;
|
gqview = gtkSupported;
|
||||||
@ -212,7 +211,6 @@ let
|
|||||||
mysql = linux;
|
mysql = linux;
|
||||||
mysql51 = linux;
|
mysql51 = linux;
|
||||||
mysql55 = linux;
|
mysql55 = linux;
|
||||||
namazu = all;
|
|
||||||
nano = allBut "i686-cygwin";
|
nano = allBut "i686-cygwin";
|
||||||
ncat = linux;
|
ncat = linux;
|
||||||
netcat = all;
|
netcat = all;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user