mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
tqsl: migrate to wxGTK32
This commit is contained in:
parent
86872d31b1
commit
1e58aeefe8
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK }:
|
||||
{ lib, stdenv, fetchurl, makeWrapper, cmake, expat, openssl, zlib, db, curl, wxGTK32 }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "tqsl";
|
||||
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||
zlib
|
||||
db
|
||||
(curl.override { inherit openssl; })
|
||||
wxGTK
|
||||
wxGTK32
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user