summary refs log tree commit diff
path: root/pkgs/top-level/unix-tools.nix
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-08 15:37:10 -0500
committerGitHub <noreply@github.com>2018-05-08 15:37:10 -0500
commit882e08ced1b29fa0819198bf444922c52b3588c5 (patch)
treec30760238b3cce9229ec07a4aed7c07f173d3dc2 /pkgs/top-level/unix-tools.nix
parent6748534d83fa05cc6dee0f11bce543f7672b351f (diff)
downloadnixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar.gz
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar.bz2
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar.lz
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar.xz
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.tar.zst
nixlib-882e08ced1b29fa0819198bf444922c52b3588c5.zip
unixtools: fixup bad merge
This should hopefully fix the eval issue.
Diffstat (limited to 'pkgs/top-level/unix-tools.nix')
-rw-r--r--pkgs/top-level/unix-tools.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/unix-tools.nix b/pkgs/top-level/unix-tools.nix
index a73f11e69a4a..c42cf8aa0267 100644
--- a/pkgs/top-level/unix-tools.nix
+++ b/pkgs/top-level/unix-tools.nix
@@ -47,7 +47,7 @@ let
     eject = {
       linux = pkgs.utillinux;
     };
-    getconf = singleBinary "getconf" {
+    getconf = {
       linux = if hostPlatform.isMusl then pkgs.musl-getconf
               else lib.getBin stdenv.cc.libc;
       darwin = pkgs.darwin.system_cmds;