mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
qxt: url fix
updated to the correct url for downloading the libqxt tar.gz file
This commit is contained in:
parent
82c673d4c9
commit
fe29df4db0
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
|
|||
version = "0.6.2";
|
||||
|
||||
src = fetchzip {
|
||||
url = "http://dev.libqxt.org/libqxt/get/v${version}.tar.gz";
|
||||
url = "https://bitbucket.org/libqxt/libqxt/get/v${version}.tar.gz";
|
||||
sha256 = "0zmqfn0h8cpky7wgaaxlfh0l89r9r0isi87587kaicyap7a6kxwz";
|
||||
};
|
||||
|
||||
|
@ -27,6 +27,7 @@ stdenv.mkDerivation rec {
|
|||
Development Frameworks, Nokia.
|
||||
'';
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ forkk ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue