diff options
author | msglm <msglm@techchud.xyz> | 2024-02-26 23:07:49 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-02-26 23:07:49 -0600 |
commit | 16d4c381030fbda00d3b2efd20217aa4deee8320 (patch) | |
tree | 20b1c85bbf2652454770d947d3dbf54857611e96 /librewolf.scm | |
parent | a4093ff87ef8995c56281fef22375a80962e8d3e (diff) | |
download | guix-msglm-16d4c381030fbda00d3b2efd20217aa4deee8320.tar.gz guix-msglm-16d4c381030fbda00d3b2efd20217aa4deee8320.tar.bz2 guix-msglm-16d4c381030fbda00d3b2efd20217aa4deee8320.zip |
librewolf uses aux-files now
Diffstat (limited to 'librewolf.scm')
-rw-r--r-- | librewolf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librewolf.scm b/librewolf.scm index 45c6224..9a2cf6c 100644 --- a/librewolf.scm +++ b/librewolf.scm @@ -74,7 +74,7 @@ ;(add-before 'build 'replace-policies (add-before 'patch-cargo-checksums 'replace-policies (lambda _ - (copy-file #$(local-file "policies.json") "lw/policies.json")) + (copy-file #$(local-file "aux-files/librewolf/policies.json") "lw/policies.json")) ) (replace 'set-build-id |