tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
torcs: add desktop item
Felix Buehler
2 years ago
77277dd0
237e7780
+5
1 changed file
expand all
collapse all
unified
split
pkgs
games
torcs
default.nix
+5
pkgs/games/torcs/default.nix
···
30
})
31
];
32
0
0
0
0
0
33
postPatch = ''
34
sed -i -e s,/bin/bash,`type -P bash`, src/linux/torcs.in
35
'';
···
30
})
31
];
32
33
+
postInstall = ''
34
+
install -D -m644 Ticon.png $out/share/pixmaps/torcs.png
35
+
install -D -m644 torcs.desktop $out/share/applications/torcs.desktop
36
+
'';
37
+
38
postPatch = ''
39
sed -i -e s,/bin/bash,`type -P bash`, src/linux/torcs.in
40
'';