mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
shattered-pixel-dungeon: fix evaluation on Nix 2.3.18
To reproduce, run `nix shell nixpkgs#nixVersions.minimum --command nix-build -A shattered-pixel-dungeon`
This commit is contained in:
parent
27ab0078d8
commit
422f60a992
@ -53,7 +53,7 @@ let
|
||||
keywords = [ "roguelike" "dungeon" "crawler" ];
|
||||
};
|
||||
|
||||
depsPath' = if depsPath != null then depsPath else ./${pname}/deps.json;
|
||||
depsPath' = if depsPath != null then depsPath else ./. + "/${pname}/deps.json";
|
||||
|
||||
in stdenv.mkDerivation (cleanAttrs // {
|
||||
inherit pname version src patches postPatch;
|
||||
|
Loading…
Reference in New Issue
Block a user