firefox: fix tests

This commit is contained in:
Robert Helgesson 2021-07-18 20:29:00 +02:00
parent c476cc61b2
commit 1617e56c2f
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ with lib;
(self: super: { (self: super: {
firefox-unwrapped = pkgs.runCommandLocal "firefox-0" { firefox-unwrapped = pkgs.runCommandLocal "firefox-0" {
meta.description = "I pretend to be Firefox"; meta.description = "I pretend to be Firefox";
passthru.gtk3 = null;
} '' } ''
mkdir -p "$out/bin" mkdir -p "$out/bin"
touch "$out/bin/firefox" touch "$out/bin/firefox"

View file

@ -20,6 +20,7 @@ with lib;
meta.description = "I pretend to be Firefox"; meta.description = "I pretend to be Firefox";
preferLocalBuild = true; preferLocalBuild = true;
allowSubstitutes = false; allowSubstitutes = false;
passthru.gtk3 = null;
} '' } ''
mkdir -p "$out/bin" mkdir -p "$out/bin"
touch "$out/bin/firefox" touch "$out/bin/firefox"

View file

@ -14,6 +14,7 @@ with lib;
meta.description = "I pretend to be Firefox"; meta.description = "I pretend to be Firefox";
preferLocalBuild = true; preferLocalBuild = true;
allowSubstitutes = false; allowSubstitutes = false;
passthru.gtk3 = null;
} '' } ''
mkdir -p "$out/bin" mkdir -p "$out/bin"
touch "$out/bin/firefox" touch "$out/bin/firefox"