Commit 47fdc26c authored by Matthew Bauer's avatar Matthew Bauer
Browse files

unixtools: quota is not in utillinux

parent 62315cf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ in rec {
  utillinux = buildEnv {
    name = "utillinux-compat";
    paths = [ fsck fdisk getopt hexdump mount
              quota script umount whereis write ];
              script umount whereis write ];
  };

  nettools = buildEnv {