mirror of
https://github.com/NixOS/nix.git
synced 2025-12-02 23:20:59 +01:00
7 lines
181 B
Makefile
7 lines
181 B
Makefile
programs += nix-prefetch-url
|
|
|
|
nix-prefetch-url_DIR := $(d)
|
|
|
|
nix-prefetch-url_SOURCES := $(d)/nix-prefetch-url.cc
|
|
|
|
nix-prefetch-url_LIBS = libmain libexpr libstore libutil libformat
|