mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
atomicparsely: fixed build
This commit is contained in:
parent
4f43b41240
commit
496371321b
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = with pkgs; [ unzip ];
|
||||
patches = [ ./casts.patch ];
|
||||
setSourceRoot = "sourceRoot=${name}-source-${version}";
|
||||
setSourceRoot = "sourceRoot=${product}-source-${version}";
|
||||
buildPhase = "bash build";
|
||||
installPhase = "install -D AtomicParsley $out/bin/AtomicParsley";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user