summary refs log tree commit diff
path: root/pkgs/tools/networking/tftp-hpa
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/networking/tftp-hpa
parent380ed0229cecbe510239e89f4b5140b770efcba5 (diff)
downloadnixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.gz
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.bz2
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.lz
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.xz
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.tar.zst
nixlib-6d25c0f1b3e1f1b514d5d071ca4e954188ee5d84.zip
Remove unneeded 'with's from meta.platforms
Diffstat (limited to 'pkgs/tools/networking/tftp-hpa')
-rw-r--r--pkgs/tools/networking/tftp-hpa/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/tftp-hpa/default.nix b/pkgs/tools/networking/tftp-hpa/default.nix
index 57dd43cbb444..e95cba18e109 100644
--- a/pkgs/tools/networking/tftp-hpa/default.nix
+++ b/pkgs/tools/networking/tftp-hpa/default.nix
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "TFTP tools - a lot of fixes on top of BSD TFTP";
     maintainers = with maintainers; [ raskin ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
     license = licenses.bsd3;
     homepage = http://www.kernel.org/pub/software/network/tftp/;
   };