Loading pkgs/games/armagetronad/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,12 @@ let nativeBuildInputs = [ autoconf automake gnum4 pkg-config which python3 ] ++ extraNativeBuildInputs; postInstall = lib.optionalString (!dedicatedServer) '' mkdir -p $out/share/{applications,icons/hicolor} ln -s $out/share/games/armagetronad/desktop/armagetronad*.desktop $out/share/applications/ ln -s $out/share/games/armagetronad/desktop/icons $out/share/icons/hicolor ''; doInstallCheck = true; installCheckPhase = '' Loading Loading
pkgs/games/armagetronad/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -129,6 +129,12 @@ let nativeBuildInputs = [ autoconf automake gnum4 pkg-config which python3 ] ++ extraNativeBuildInputs; postInstall = lib.optionalString (!dedicatedServer) '' mkdir -p $out/share/{applications,icons/hicolor} ln -s $out/share/games/armagetronad/desktop/armagetronad*.desktop $out/share/applications/ ln -s $out/share/games/armagetronad/desktop/icons $out/share/icons/hicolor ''; doInstallCheck = true; installCheckPhase = '' Loading