parent
e8b7d73653
commit
63c0885502
1 changed files with 4 additions and 7 deletions
|
@ -29,13 +29,10 @@ stdenv.mkDerivation rec {
|
|||
patchShebangs fix-roff-punct
|
||||
|
||||
# XXX: Not needed for CMake:
|
||||
${lib.optionalString (!stdenv.isDarwin) ''
|
||||
patchShebangs share/filters
|
||||
patchShebangs share/palettes
|
||||
patchShebangs share/patterns
|
||||
patchShebangs share/symbols
|
||||
patchShebangs share/templates
|
||||
''}
|
||||
patchShebangs share/palettes
|
||||
patchShebangs share/patterns
|
||||
patchShebangs share/symbols
|
||||
patchShebangs share/templates
|
||||
|
||||
# Python is used at run-time to execute scripts, e.g., those from
|
||||
# the "Effects" menu.
|
||||
|
|
Loading…
Reference in a new issue