mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-11 00:36:20 +02: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
|