1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00

firefox: fix test case

(cherry picked from commit a19f40d39d)
This commit is contained in:
Robert Helgesson 2021-11-20 09:47:05 +01:00
parent 5721e19975
commit 7efd99ef87
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -16,7 +16,7 @@ with lib;
preferLocalBuild = true;
allowSubstitutes = false;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';