bpython: fix build
aeb63f40dd
bumped bpython to 0.18, but it
failed to build afterwards, due to the .desktop file being renamed.
This commit is contained in:
parent
62fbcea807
commit
e3907717cc
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ curtsies greenlet pygments requests urwid ];
|
||||
|
||||
postInstall = ''
|
||||
substituteInPlace "$out/share/applications/bpython.desktop" \
|
||||
substituteInPlace "$out/share/applications/org.bpython-interpreter.bpython.desktop" \
|
||||
--replace "Exec=/usr/bin/bpython" "Exec=$out/bin/bpython"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue