about summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2014-10-22 12:02:54 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2014-10-22 12:02:54 +0200
commit97e0f851d943805199f1338c10888266a882a1eb (patch)
tree60562207ef2d22dd55d0c0fd1e0f8dc3c96e28af /pkgs/development/tools
parentb0ea18700150d2a04017e723e91e3435c85cb5b3 (diff)
downloadnixlib-97e0f851d943805199f1338c10888266a882a1eb.tar
nixlib-97e0f851d943805199f1338c10888266a882a1eb.tar.gz
nixlib-97e0f851d943805199f1338c10888266a882a1eb.tar.bz2
nixlib-97e0f851d943805199f1338c10888266a882a1eb.tar.lz
nixlib-97e0f851d943805199f1338c10888266a882a1eb.tar.xz
nixlib-97e0f851d943805199f1338c10888266a882a1eb.tar.zst
nixlib-97e0f851d943805199f1338c10888266a882a1eb.zip
quilt: set meta.platforms
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/quilt/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/quilt/default.nix b/pkgs/development/tools/quilt/default.nix
index 7ac4f6d39b7d..5ebfdb4abbbf 100644
--- a/pkgs/development/tools/quilt/default.nix
+++ b/pkgs/development/tools/quilt/default.nix
@@ -29,5 +29,6 @@ stdenv.mkDerivation rec {
     '';
 
     license = "GPLv2+";
+    platforms = stdenv.lib.platforms.linux;
   };
 }