picard: Fix double wrapping
This commit is contained in:
parent
4f31680331
commit
3435237fc5
|
@ -27,10 +27,11 @@ in pythonPackages.buildPythonApplication rec {
|
||||||
substituteInPlace setup.cfg --replace "‘" "'"
|
substituteInPlace setup.cfg --replace "‘" "'"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
installPhase = ''
|
# In order to spare double wrapping, we use:
|
||||||
python setup.py install --prefix="$out"
|
preFixup = ''
|
||||||
wrapQtApp $out/bin/picard
|
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
||||||
'';
|
''
|
||||||
|
;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://picard.musicbrainz.org/";
|
homepage = "https://picard.musicbrainz.org/";
|
||||||
|
|
Loading…
Reference in New Issue