diff --git a/packages/simplesamlphptheme/default.nix b/packages/simplesamlphptheme/default.nix index 1e2dad3..d3aad51 100644 --- a/packages/simplesamlphptheme/default.nix +++ b/packages/simplesamlphptheme/default.nix @@ -22,7 +22,7 @@ stdenv.mkDerivation { installPhase = '' mkdir -p $out/bin - cp -r ssp-theme $out/bin/ + cp -r ./ $out/bin/ chmod -R +x $out/bin/ '';