about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdk-pixbuf
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-11-16 20:32:20 +0100
committerVladimír Čunát <vcunat@gmail.com>2013-11-16 20:32:44 +0100
commit68430cf3d7dae00f8eda1156de6b90243424e25a (patch)
tree4b008270a344486a20c8603047821923bf71e223 /pkgs/development/libraries/gdk-pixbuf
parent8e0d77632e02720a8adf8126f126990501299191 (diff)
parentb5356f7f275e6fb15c6fda0ce65de26de98a87d0 (diff)
downloadnixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar.gz
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar.bz2
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar.lz
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar.xz
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.tar.zst
nixlib-68430cf3d7dae00f8eda1156de6b90243424e25a.zip
Merge branch master into x-updates
Conflicts (trivial, minor update on master, major here):
	pkgs/development/libraries/mesa/default.nix
Diffstat (limited to 'pkgs/development/libraries/gdk-pixbuf')
-rw-r--r--pkgs/development/libraries/gdk-pixbuf/default.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/development/libraries/gdk-pixbuf/default.nix b/pkgs/development/libraries/gdk-pixbuf/default.nix
index f37195021fa8..91af939db438 100644
--- a/pkgs/development/libraries/gdk-pixbuf/default.nix
+++ b/pkgs/development/libraries/gdk-pixbuf/default.nix
@@ -30,10 +30,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;
   };
 }