lol

atomicparsely: fixed build

+1 -1
+1 -1
pkgs/tools/video/atomicparsley/default.nix
··· 12 12 13 13 buildInputs = with pkgs; [ unzip ]; 14 14 patches = [ ./casts.patch ]; 15 - setSourceRoot = "sourceRoot=${name}-source-${version}"; 15 + setSourceRoot = "sourceRoot=${product}-source-${version}"; 16 16 buildPhase = "bash build"; 17 17 installPhase = "install -D AtomicParsley $out/bin/AtomicParsley"; 18 18