1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

gollum: deprecate phases

This commit is contained in:
Felix Buehler 2021-08-03 14:04:03 +02:00
parent 2bd399b9da
commit bd52b05ad2

View file

@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
phases = [ "installPhase" ];
dontUnpack = true;
installPhase = let
env = bundlerEnv {