summary refs log tree commit diff
path: root/pkgs/applications/editors/music/tuxguitar/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/editors/music/tuxguitar/default.nix')
-rw-r--r--pkgs/applications/editors/music/tuxguitar/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/music/tuxguitar/default.nix b/pkgs/applications/editors/music/tuxguitar/default.nix
index 3605f6c6e4e..cf20d102cb5 100644
--- a/pkgs/applications/editors/music/tuxguitar/default.nix
+++ b/pkgs/applications/editors/music/tuxguitar/default.nix
@@ -38,6 +38,7 @@ in stdenv.mkDerivation rec {
       in Java-SWT. It can open GuitarPro, PowerTab and TablEdit files.
     '';
     homepage = "http://www.tuxguitar.com.ar/";
+    sourceProvenance = with sourceTypes; [ binaryBytecode ];
     license = licenses.lgpl2;
     maintainers = [ maintainers.ardumont ];
     platforms = platforms.linux;