diff --git a/packages/simplesamlphptheme/default.nix b/packages/simplesamlphptheme/default.nix index 904a250..ecb5966 100644 --- a/packages/simplesamlphptheme/default.nix +++ b/packages/simplesamlphptheme/default.nix @@ -19,5 +19,9 @@ stdenv.mkDerivation { hash = "sha256-4d0TwJubfJrThctvE50HpPg0gqdJy595hewEcjfXlrs="; domain = "git.pvv.ntnu.no"; }; + + installPhase = '' + cp -r * $out/ + ''; }