summary refs log tree commit diff
path: root/pkgs/os-specific/linux/untie
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/os-specific/linux/untie
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/os-specific/linux/untie')
-rw-r--r--pkgs/os-specific/linux/untie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/untie/default.nix b/pkgs/os-specific/linux/untie/default.nix
index d6b88bfc467..91443eeced5 100644
--- a/pkgs/os-specific/linux/untie/default.nix
+++ b/pkgs/os-specific/linux/untie/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A tool to run processes untied from some of the namespaces";
     maintainers = with maintainers; [ raskin ];
-    platforms = with platforms; linux;
+    platforms = platforms.linux;
   };
 
   passthru = {