summary refs log tree commit diff
path: root/pkgs/applications/audio/cantata/default.nix
diff options
context:
space:
mode:
authorReno Reckling <exi@wthack.de>2015-12-26 18:42:03 +0100
committerReno Reckling <exi@wthack.de>2015-12-26 18:42:03 +0100
commite94139f8c8a5e4c56ae7868e2348af47c4955a58 (patch)
treea73450ca2e3cd43a0f461378a0953597b845b639 /pkgs/applications/audio/cantata/default.nix
parenta25de32033e22ba9d70c813b81f6acd43d3f794e (diff)
downloadnixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar.gz
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar.bz2
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar.lz
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar.xz
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.tar.zst
nixpkgs-e94139f8c8a5e4c56ae7868e2348af47c4955a58.zip
Add comments identifying workarounds
Diffstat (limited to 'pkgs/applications/audio/cantata/default.nix')
-rw-r--r--pkgs/applications/audio/cantata/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/cantata/default.nix b/pkgs/applications/audio/cantata/default.nix
index c3b4e60b87c..6906c7bccb5 100644
--- a/pkgs/applications/audio/cantata/default.nix
+++ b/pkgs/applications/audio/cantata/default.nix
@@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
     "-DENABLE_UDISKS2=ON"
   ];
 
+  # This is already fixed upstream but not released yet. Maybe in version 2.
   preConfigure = ''
     sed -i -e 's/STRLESS/VERSION_LESS/g' cmake/FindTaglib.cmake
   '';