about summary refs log tree commit diff
path: root/pkgs/applications/graphics/feh
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-04-07 18:39:44 -0400
committerSpencer Whitt <sw@swhitt.me>2015-04-07 18:49:27 -0400
commitce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e (patch)
tree7507f556ee9b27216a82655b3828fd7f42adb24f /pkgs/applications/graphics/feh
parent52f619ae1fd56e98f910f52cdd0a63a6a2cfe640 (diff)
downloadnixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar.gz
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar.bz2
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar.lz
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar.xz
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.tar.zst
nixlib-ce1e7cccb6c11a6d0b2f5afdb6e8aacd3916191e.zip
feh: enable build on Darwin
Diffstat (limited to 'pkgs/applications/graphics/feh')
-rw-r--r--pkgs/applications/graphics/feh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/graphics/feh/default.nix b/pkgs/applications/graphics/feh/default.nix
index bd77446b1ecb..5b6d745f0e98 100644
--- a/pkgs/applications/graphics/feh/default.nix
+++ b/pkgs/applications/graphics/feh/default.nix
@@ -25,6 +25,6 @@ stdenv.mkDerivation rec {
     homepage = https://derf.homelinux.org/projects/feh/;
     license = stdenv.lib.licenses.mit;
     maintainers = with stdenv.lib.maintainers; [viric];
-    platforms = with stdenv.lib.platforms; linux;
+    platforms = with stdenv.lib.platforms; unix;
   };
 }