Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

qxt: url fix

updated to the correct url for downloading the libqxt tar.gz file

VIZGIX fe29df4d 82c673d4

+2 -1
+2 -1
pkgs/development/libraries/qxt/default.nix
··· 5 5 version = "0.6.2"; 6 6 7 7 src = fetchzip { 8 - url = "http://dev.libqxt.org/libqxt/get/v${version}.tar.gz"; 8 + url = "https://bitbucket.org/libqxt/libqxt/get/v${version}.tar.gz"; 9 9 sha256 = "0zmqfn0h8cpky7wgaaxlfh0l89r9r0isi87587kaicyap7a6kxwz"; 10 10 }; 11 11 ··· 27 27 Development Frameworks, Nokia. 28 28 ''; 29 29 license = stdenv.lib.licenses.gpl2; 30 + platforms = stdenv.lib.platforms.linux; 30 31 maintainers = with stdenv.lib.maintainers; [ forkk ]; 31 32 }; 32 33 }