summary refs log tree commit diff
path: root/pkgs/tools/graphics
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2016-05-23 09:02:10 +0200
committerVladimír Čunát <vcunat@gmail.com>2016-05-23 09:02:10 +0200
commit0b192a09767c05b38f3e2838c07e9600318bbbb5 (patch)
tree4467053c39ef4bad71527cd5fda5cf92960575e8 /pkgs/tools/graphics
parentdc5bbc4700dd95420f87141efcc0e6cb48a710f9 (diff)
parent0e54c749114b79f6be78486086f5829b176fcba8 (diff)
downloadnixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar.gz
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar.bz2
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar.lz
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar.xz
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.tar.zst
nixlib-0b192a09767c05b38f3e2838c07e9600318bbbb5.zip
Merge branch 'master' into staging
That's to get mesa rebuild from master, as it's nontrivial.
Diffstat (limited to 'pkgs/tools/graphics')
-rw-r--r--pkgs/tools/graphics/unpaper/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/graphics/unpaper/default.nix b/pkgs/tools/graphics/unpaper/default.nix
index e199eeea132b..2b64cbcc1f58 100644
--- a/pkgs/tools/graphics/unpaper/default.nix
+++ b/pkgs/tools/graphics/unpaper/default.nix
@@ -15,6 +15,7 @@ stdenv.mkDerivation rec {
     homepage = https://www.flameeyes.eu/projects/unpaper;
     description = "Post-processing tool for scanned sheets of paper";
     license = licenses.gpl2;
+    platforms = platforms.all;
     maintainers = [ maintainers.rycee ];
   };
 }