about summary refs log tree commit diff
path: root/pkgs/applications/graphics/drawpile
diff options
context:
space:
mode:
authorTobias Bora <tobias.bora@gmail.com>2019-04-11 06:27:17 +0200
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2019-04-11 00:27:17 -0400
commitc0d27053ccc7fcc5dde326e5bc3e318d67529682 (patch)
tree62a934a85714c544b94c7fcef7937641a389cf91 /pkgs/applications/graphics/drawpile
parent0960fc72b7cd6b212a034e2ae66ad32a3ffc4d33 (diff)
drawpile: set meta.platforms (#57888)
Diffstat (limited to 'pkgs/applications/graphics/drawpile')
-rw-r--r--pkgs/applications/graphics/drawpile/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/drawpile/default.nix b/pkgs/applications/graphics/drawpile/default.nix
index 8a2657c3f5ce2..8c547359820e5 100644
--- a/pkgs/applications/graphics/drawpile/default.nix
+++ b/pkgs/applications/graphics/drawpile/default.nix
@@ -48,6 +48,7 @@ stdenv.mkDerivation rec {
     downloadPage = https://drawpile.net/download/;
     license = licenses.gpl3;
     maintainers = with maintainers; [ fgaz ];
+    platforms = platforms.unix;
   };
 }