mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-13 09:46:16 +02:00
8 lines
181 B
Makefile
8 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
|