tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
atomicparsely: fixed build
Pascal Wittmann
11 years ago
49637132
4f43b412
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
tools
video
atomicparsley
default.nix
+1
-1
pkgs/tools/video/atomicparsley/default.nix
reviewed
···
12
12
13
13
buildInputs = with pkgs; [ unzip ];
14
14
patches = [ ./casts.patch ];
15
15
-
setSourceRoot = "sourceRoot=${name}-source-${version}";
15
15
+
setSourceRoot = "sourceRoot=${product}-source-${version}";
16
16
buildPhase = "bash build";
17
17
installPhase = "install -D AtomicParsley $out/bin/AtomicParsley";
18
18