Add version numbers to name and remove comment

This commit is contained in:
Benno Fünfstück
2014-01-30 18:58:59 +01:00
parent e5af7f79d5
commit 9c4a58515d
4 changed files with 4 additions and 6 deletions
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, gupnp, pkgconfig }:
stdenv.mkDerivation {
name = "gupnp-av";
name = "gupnp-av-0.12.4";
version = "0.12.4";
src = fetchurl {
url = mirror://gnome/sources/gupnp-av/0.12/gupnp-av-0.12.4.tar.xz;
+1 -1
View File
@@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, gssdp, libsoup, libuuid }:
stdenv.mkDerivation {
name = "gupnp";
name = "gupnp-0.20.9";
version = "0.20.9";
src = fetchurl {
@@ -4,7 +4,7 @@
, intltool, python }:
stdenv.mkDerivation {
name = "libsoup";
name = "libsoup-2.45";
version = "2.45";
src = fetchurl {
+1 -3
View File
@@ -1105,9 +1105,7 @@ let
gupnp_igd = callPackage ../development/libraries/gupnp-igd {};
gupnptools = callPackage ../tools/networking/gupnp-tools {
# inherit (gnome) libsoup libglade gnomeicontheme;
};
gupnptools = callPackage ../tools/networking/gupnp-tools {};
gvpe = builderDefsPackage ../tools/networking/gvpe {
inherit openssl gmp nettools iproute;