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

firefox: fix test case

This commit is contained in:
Robert Helgesson 2021-11-20 09:47:05 +01:00
parent 8a16d62e95
commit a19f40d39d
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89

View File

@ -15,7 +15,7 @@ with lib;
meta.description = "I pretend to be Firefox";
passthru.gtk3 = null;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';