diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/gkleen@hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix index ed642e36..a7b5be0e 100644 --- a/users/gkleen@hel.nix +++ b/users/gkleen@hel.nix | |||
@@ -4,6 +4,7 @@ | |||
4 | name = "chromium-wrapper"; | 4 | name = "chromium-wrapper"; |
5 | src = pkgs.chromium; | 5 | src = pkgs.chromium; |
6 | phases = [ "installPhase" ]; | 6 | phases = [ "installPhase" ]; |
7 | buildInputs = [ pkgs.makeWrapper ]; | ||
7 | installPhase = '' | 8 | installPhase = '' |
8 | mkdir -p $out | 9 | mkdir -p $out |
9 | cp -a $src/. $out/ | 10 | cp -a $src/. $out/ |