Skip to content

Commit

Permalink
pythonPackages.gst-python: fix hash after afd5981
Browse files Browse the repository at this point in the history
/cc #22549.
  • Loading branch information
vcunat committed Feb 9, 2017
1 parent 5de04f6 commit 333e36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/gstreamer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ rec {
};

gst-validate = callPackage ./validate { inherit gst-plugins-base; };

# note: gst-python is in ./python/default.nix - called under pythonPackages

This comment has been minimized.

Copy link
@grahamc

grahamc Feb 9, 2017

Member

👍 thank you, I thought gst-python was part of gst-all_1.

This comment has been minimized.

Copy link
@vcunat

vcunat Feb 9, 2017

Author Member

:-) I suppose this is due to the possibility of wanting a different python version.

}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/gstreamer/python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ in stdenv.mkDerivation rec {
"${meta.homepage}/src/gst-python/${name}.tar.xz"
"mirror://gentoo/distfiles/${name}.tar.xz"
];
sha256 = "1sljnqkxf2ix7yzghrapw5irl0rbp8aa8w2hggk7i6d9js10ls71";
sha256 = "bdfa2d06dfe0ce68f638b04fed6890db506416c1dcf1279e83458269d719a4e8";
};

patches = [ ./different-path-with-pygobject.patch ];
Expand Down

0 comments on commit 333e36e

Please sign in to comment.