Update pkgs/servers/fiche/default.nix

Co-authored-by: Nikolay Korotkiy <sikmir@gmail.com>
This commit is contained in:
Pablo Ovelleiro Corral 2020-10-28 00:05:47 +01:00 committed by GitHub
parent 07d22cf075
commit 73a07960ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
installPhase = ''
mkdir -p $out/bin
install -m 0755 fiche $out/bin
install -Dm755 fiche -t $out/bin
'';
doCheck = true;