about summary refs log tree commit diff
path: root/pkgs/development/tools/scenic-view/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/scenic-view/default.nix')
-rw-r--r--pkgs/development/tools/scenic-view/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/tools/scenic-view/default.nix b/pkgs/development/tools/scenic-view/default.nix
index 3d53a117de788..63ff945790e03 100644
--- a/pkgs/development/tools/scenic-view/default.nix
+++ b/pkgs/development/tools/scenic-view/default.nix
@@ -104,6 +104,10 @@ in stdenv.mkDerivation rec {
       This lets you find bugs and get things pixel perfect without having to do the compile-check-compile dance.
     '';
     homepage = "https://github.com/JonathanGiles/scenic-view/";
+    sourceProvenance = with sourceTypes; [
+      fromSource
+      binaryBytecode  # deps
+    ];
     license = licenses.gpl3Plus;
     maintainers = with maintainers; [ wirew0rm ];
     platforms = platforms.all;