mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #11959 from exi/use-official-taglib-extras
use official taglib-extras source
This commit is contained in:
commit
5ab5e1d25e
@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation rec {
|
||||
name = "taglib-extras-1.0.1";
|
||||
src = fetchurl {
|
||||
url = "http://www.kollide.net/~jefferai/${name}.tar.gz";
|
||||
url = "http://ftp.rz.uni-wuerzburg.de/pub/unix/kde/taglib-extras/1.0.1/src/${name}.tar.gz";
|
||||
sha256 = "0cln49ws9svvvals5fzxjxlzqm0fzjfymn7yfp4jfcjz655nnm7y";
|
||||
};
|
||||
buildInputs = [ taglib ];
|
||||
|
Loading…
Reference in New Issue
Block a user