mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
gpsd: delete useless line
This commit is contained in:
parent
c106fc4ba4
commit
248f618a57
1 changed files with 0 additions and 1 deletions
|
@ -109,7 +109,6 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
# remove binaries for x-less install because xgps sconsflag is partially broken
|
# remove binaries for x-less install because xgps sconsflag is partially broken
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
${if guiSupport then "" else "rm -f $out/bin/xgps*"}
|
|
||||||
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
wrapPythonProgramsIn $out/bin "$out $pythonPath"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue