Skip to content

Commit

Permalink
remove imagemagik fix lv2
Browse files Browse the repository at this point in the history
  • Loading branch information
l1npengtul committed Jan 10, 2025
1 parent ca8bbf1 commit c37b2fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/pl/plugdata/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
ensureNewerSourcesForZipFilesHook,
makeDesktopItem,
copyDesktopItems,
imagemagick,
cmake,
pkg-config,
alsa-lib,
Expand Down Expand Up @@ -53,7 +52,6 @@ stdenv.mkDerivation {
pkg-config
ensureNewerSourcesForZipFilesHook
copyDesktopItems
imagemagick
python3
makeWrapper
];
Expand Down Expand Up @@ -130,7 +128,7 @@ stdenv.mkDerivation {
cp Plugins/Standalone/plugdata $out/bin
cp -r Plugins/CLAP/plugdata{,-fx}.clap $out/lib/clap
cp -r Plugins/VST3/plugdata{,-fx}.vst3 $out/lib/vst3
cp -r Plugins/VST3/plugdata{,-fx}.lv2 $out/lib/lv2
cp -r Plugins/LV2/plugdata{,-fx}.lv2 $out/lib/lv2
install -Dm444 $src/Resources/Icons/plugdata_logo_linux.png $out/share/pixmaps/plugdata_logo.png
Expand Down

0 comments on commit c37b2fb

Please sign in to comment.