Add version numbers to name and remove comment

This commit is contained in:
Benno Fünfstück 2014-01-11 21:26:05 +01:00
parent e5af7f79d5
commit 9c4a58515d
4 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, gupnp, pkgconfig }: { stdenv, fetchurl, gupnp, pkgconfig }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gupnp-av"; name = "gupnp-av-0.12.4";
version = "0.12.4"; version = "0.12.4";
src = fetchurl { src = fetchurl {
url = mirror://gnome/sources/gupnp-av/0.12/gupnp-av-0.12.4.tar.xz; url = mirror://gnome/sources/gupnp-av/0.12/gupnp-av-0.12.4.tar.xz;

View File

@ -1,7 +1,7 @@
{ stdenv, fetchurl, pkgconfig, glib, libxml2, gssdp, libsoup, libuuid }: { stdenv, fetchurl, pkgconfig, glib, libxml2, gssdp, libsoup, libuuid }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "gupnp"; name = "gupnp-0.20.9";
version = "0.20.9"; version = "0.20.9";
src = fetchurl { src = fetchurl {

View File

@ -4,7 +4,7 @@
, intltool, python }: , intltool, python }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "libsoup"; name = "libsoup-2.45";
version = "2.45"; version = "2.45";
src = fetchurl { src = fetchurl {

View File

@ -1105,9 +1105,7 @@ let
gupnp_igd = callPackage ../development/libraries/gupnp-igd {}; gupnp_igd = callPackage ../development/libraries/gupnp-igd {};
gupnptools = callPackage ../tools/networking/gupnp-tools { gupnptools = callPackage ../tools/networking/gupnp-tools {};
# inherit (gnome) libsoup libglade gnomeicontheme;
};
gvpe = builderDefsPackage ../tools/networking/gvpe { gvpe = builderDefsPackage ../tools/networking/gvpe {
inherit openssl gmp nettools iproute; inherit openssl gmp nettools iproute;