summary refs log tree commit diff
path: root/pkgs/os-specific/linux/selinux-sandbox
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2018-04-26 22:59:45 +0200
committerJan Tojnar <jtojnar@gmail.com>2018-08-30 18:18:30 +0200
commit6cefc9c1b0fbe64c00094762ca535850b5186ec1 (patch)
treeee17c93c34fa9985f7739a4a23676537c5f9211c /pkgs/os-specific/linux/selinux-sandbox
parent69a17c7a19481a734640218b2fd25a6689d15d58 (diff)
downloadnixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar.gz
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar.bz2
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar.lz
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar.xz
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.tar.zst
nixpkgs-6cefc9c1b0fbe64c00094762ca535850b5186ec1.zip
Revert "treewide: remove placeholder usage"
This reverts commit 025881c23649b1c99930081ec9dc6b9fcd04afb4.
Diffstat (limited to 'pkgs/os-specific/linux/selinux-sandbox')
-rw-r--r--pkgs/os-specific/linux/selinux-sandbox/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/selinux-sandbox/default.nix b/pkgs/os-specific/linux/selinux-sandbox/default.nix
index 431f5e9ef51..71d2ee6e80a 100644
--- a/pkgs/os-specific/linux/selinux-sandbox/default.nix
+++ b/pkgs/os-specific/linux/selinux-sandbox/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
     substituteInPlace Makefile --replace "-m 4755" "-m 755"
     substituteInPlace sandboxX.sh \
       --replace "#!/bin/sh" "#!${bash}/bin/sh" \
-      --replace "/usr/share/sandbox/start" "$out/share/sandbox/start" \
+      --replace "/usr/share/sandbox/start" "${placeholder "out"}/share/sandbox/start" \
       --replace "/usr/bin/cut" "${coreutils}/bin/cut" \
       --replace "/usr/bin/Xephyr" "${xorgserver}/bin/Xepyhr" \
       --replace "secon" "${policycoreutils}/bin/secon"