diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-06-22 10:20:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-06-22 10:23:31 +0200 |
commit | de30f71a099203ecb25f560aa896e9c1a86febc6 (patch) | |
tree | 6ab2133ec4604c20827402ec42f7c85390faa534 /nix | |
parent | 6fe419743d02491003f1fafdd1e020674b3dfcfa (diff) | |
download | patches-de30f71a099203ecb25f560aa896e9c1a86febc6.tar patches-de30f71a099203ecb25f560aa896e9c1a86febc6.tar.gz |
build: Remove leftover reference to nix/libstore/schema.sql.
This is a followup to 3931c76154d4f418d5ea9acc5e47bf911d371c24.
Reported by Julien Lepiller.
* nix/local.mk (EXTRA_DIST): Remove schema.sql.
Diffstat (limited to 'nix')
-rw-r--r-- | nix/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nix/local.mk b/nix/local.mk index 140c78df37..7d45f200b8 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -200,7 +200,6 @@ CLEANFILES += \ $(nodist_upstartjob_DATA) EXTRA_DIST += \ - %D%/libstore/schema.sql \ %D%/AUTHORS \ %D%/COPYING \ etc/guix-daemon.service.in \ |