lyx: clean the expression a bit

Thanks to Sergiu Ivanov <sivanov@colimite.fr>
This commit is contained in:
Vladimír Čunát 2016-09-04 10:53:20 +02:00
parent 88ad6593ea
commit 168d6fdf21

View File

@ -29,8 +29,6 @@ stdenv.mkDerivation rec {
# python is run during runtime to do various tasks
postFixup = ''
sed '1s:/usr/bin/python:${python}/bin/python:'
wrapProgram "$out/bin/lyx" \
--prefix PATH : '${python}/bin'
'';