summary refs log tree commit diff
path: root/pkgs/tools/graphics/zbar
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2015-11-25 23:04:57 +0100
committerPascal Wittmann <mail@pascal-wittmann.de>2015-11-25 23:06:09 +0100
commit6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84 (patch)
treebbe56772a4a50ac5cf8c6f53b1285a124a408409 /pkgs/tools/graphics/zbar
parent380ed0229cecbe510239e89f4b5140b770efcba5 (diff)
downloadnixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.gz
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.bz2
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.lz
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.xz
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.zst
nixpkgs-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.zip
Remove unneeded 'with's from meta.platforms
Diffstat (limited to 'pkgs/tools/graphics/zbar')
-rw-r--r--pkgs/tools/graphics/zbar/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/zbar/default.nix b/pkgs/tools/graphics/zbar/default.nix
index 2f4e3f63374..48e3316a4a2 100644
--- a/pkgs/tools/graphics/zbar/default.nix
+++ b/pkgs/tools/graphics/zbar/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
       Code.
     '';
     maintainers = with maintainers; [ raskin ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
     license = licenses.lgpl21;
     homepage = http://zbar.sourceforge.net/;
   };