about summary refs log tree commit diff
path: root/pkgs/profpatsch
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2022-09-26 16:29:04 +0200
committeraszlig <aszlig@nix.build>2022-09-26 16:43:34 +0200
commit67520f5ecb91a8d96b5324174f9753d4a7f7b759 (patch)
treef64a571cdd50528046e93c7603c9a37ed5523bb5 /pkgs/profpatsch
parent00369bafc6d8f967dd8daa4c17aff19f9b5f9f99 (diff)
pkgs/profpatsch: Fix attribute name for util-linux
This attribute has been renamed a while ago[1] but recently even the
alias was removed[2], which now triggers an evaluation error in Vuizvui.

[1]: https://github.com/NixOS/nixpkgs/commit/bc49a0815ae860010b4d593b02f
[2]: https://github.com/NixOS/nixpkgs/commit/ba3319568df2c6675dbe36478fb

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'pkgs/profpatsch')
-rw-r--r--pkgs/profpatsch/sandbox.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/profpatsch/sandbox.nix b/pkgs/profpatsch/sandbox.nix
index a89f5e59..c0c8ce70 100644
--- a/pkgs/profpatsch/sandbox.nix
+++ b/pkgs/profpatsch/sandbox.nix
@@ -23,8 +23,8 @@ let
       ] ++ extraMounts;
       # chain execlines and exit immediately if one fails
       all = builtins.concatMap (c: [ "if" c ]);
-      mount = "${pkgs.utillinux}/bin/mount";
-      unshare = "${pkgs.utillinux}/bin/unshare";
+      mount = "${pkgs.util-linux}/bin/mount";
+      unshare = "${pkgs.util-linux}/bin/unshare";
       # this is the directory the sandbox runs under (in a separate mount namespace)
       newroot = pkgs.runCommandLocal "sandbox-root" {} ''mkdir "$out"'';
       # this runs in a separate namespace, sets up a chroot root