Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gupnp-tools and releated packages: fix and update #1496

Merged
merged 6 commits into from
Jan 30, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add version numbers to name and remove comment
  • Loading branch information
bennofs committed Jan 30, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 9c4a58515d0a538776bc4cc0e5e3639f796e4001
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gupnp-av/default.nix
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gupnp/default.nix
Original file line number Diff line number Diff line change
@@ -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 {
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libsoup/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
, intltool, python }:

stdenv.mkDerivation {
name = "libsoup";
name = "libsoup-2.45";
version = "2.45";

src = fetchurl {
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
@@ -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;