mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
unnethack: override GAMEPERM to not include special bits
This commit is contained in:
parent
7270b9b425
commit
b20b2af59f
@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
|
||||
"--with-gamesdir=/tmp/unnethack"
|
||||
];
|
||||
|
||||
makeFlags = [ "GAMEPERM=744" ];
|
||||
|
||||
postInstall = ''
|
||||
cp -r /tmp/unnethack $out/share/unnethack/profile
|
||||
mv $out/bin/unnethack $out/bin/.wrapped_unnethack
|
||||
|
Loading…
Reference in New Issue
Block a user