1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-02 23:20:59 +01:00
nix/src/nix-prefetch-url/local.mk
2015-10-01 16:47:43 +02:00

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