mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
parent
506a4499d0
commit
2dbd40a19a
@ -1,6 +1,5 @@
|
|||||||
{ lib
|
{ lib
|
||||||
, stdenv
|
, stdenv
|
||||||
, mkDerivation
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, pkg-config
|
, pkg-config
|
||||||
@ -14,9 +13,10 @@
|
|||||||
, qtsvg
|
, qtsvg
|
||||||
, qtxmlpatterns
|
, qtxmlpatterns
|
||||||
, qtmacextras
|
, qtmacextras
|
||||||
|
, wrapQtAppsHook
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "qcad";
|
pname = "qcad";
|
||||||
version = "3.31.1.2";
|
version = "3.31.1.2";
|
||||||
|
|
||||||
@ -47,6 +47,7 @@ mkDerivation rec {
|
|||||||
pkg-config
|
pkg-config
|
||||||
qmake
|
qmake
|
||||||
qttools
|
qttools
|
||||||
|
wrapQtAppsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user