summary refs log tree commit diff
path: root/pkgs/applications/audio/rosegarden
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2020-03-22 23:18:53 +0000
committerOrivej Desh <orivej@gmx.fr>2020-03-23 00:22:36 +0000
commite1c308535442a95f8494d0dde12ff13e47276f64 (patch)
treec86589d1d10523deffc44f1195521901c3b8e1a6 /pkgs/applications/audio/rosegarden
parent498a52e270d54ca7b080280c4f8e9291296cbb7d (diff)
downloadnixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar.gz
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar.bz2
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar.lz
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar.xz
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.tar.zst
nixpkgs-e1c308535442a95f8494d0dde12ff13e47276f64.zip
lrdf: move from librdf libraries
It was never called librdf and it is not a librdf.org project.
Diffstat (limited to 'pkgs/applications/audio/rosegarden')
-rw-r--r--pkgs/applications/audio/rosegarden/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/rosegarden/default.nix b/pkgs/applications/audio/rosegarden/default.nix
index 8d8e3e1b6c0..3d9342f16ca 100644
--- a/pkgs/applications/audio/rosegarden/default.nix
+++ b/pkgs/applications/audio/rosegarden/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, cmake, makedepend, perl, pkgconfig, qttools, wrapQtAppsHook
 , dssi, fftwSinglePrec, ladspaH, ladspaPlugins, libjack2, alsaLib
-, liblo, liblrdf, libsamplerate, libsndfile, lirc ? null, qtbase }:
+, liblo, libsamplerate, libsndfile, lirc ? null, lrdf, qtbase }:
 
 stdenv.mkDerivation (rec {
   version = "19.12";
@@ -25,10 +25,10 @@ stdenv.mkDerivation (rec {
     ladspaPlugins
     libjack2
     liblo
-    liblrdf
     libsamplerate
     libsndfile
     lirc
+    lrdf
     qtbase
     alsaLib
   ];