diff options
Diffstat (limited to 'gnu/packages/upnp.scm')
-rw-r--r-- | gnu/packages/upnp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/upnp.scm b/gnu/packages/upnp.scm index 6dded5e0d2..22d3f88cd0 100644 --- a/gnu/packages/upnp.scm +++ b/gnu/packages/upnp.scm @@ -105,7 +105,7 @@ over IRC, instant messaging, network games, and most server software.") (sha256 (base32 "1b5mnn01cx840paggxrajg63gqzmw8mi4p14jhi9r4qyvam80709")))) (native-inputs - `(("pkg-config" ,pkg-config))) + (list pkg-config)) (build-system gnu-build-system) (arguments ;; The tests require a network device capable of multicasting which is |