firefox: fix tests

This commit is contained in:
Robert Helgesson 2021-11-25 08:21:54 +01:00
parent 81fc0c6fbf
commit 18461b5dda
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ with lib;
preferLocalBuild = true;
passthru.gtk3 = null;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';

View file

@ -15,7 +15,7 @@ with lib;
preferLocalBuild = true;
passthru.gtk3 = null;
} ''
mkdir -p "$out/bin"
mkdir -p "$out"/{bin,lib}
touch "$out/bin/firefox"
chmod 755 "$out/bin/firefox"
'';