mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
unnamed-sdvx-clone: fix build failure
This commit is contained in:
parent
bafb63cdaa
commit
c9c0bffdfc
1 changed files with 4 additions and 1 deletions
|
@ -16,12 +16,13 @@
|
|||
curl,
|
||||
libcpr,
|
||||
rapidjson,
|
||||
libX11,
|
||||
libGL,
|
||||
writeShellScriptBin,
|
||||
makeDesktopItem,
|
||||
lib,
|
||||
copyDesktopItems,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "unnamed-sdvx-clone";
|
||||
version = "0.6.0";
|
||||
|
@ -54,6 +55,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
curl
|
||||
libcpr
|
||||
rapidjson
|
||||
libX11
|
||||
libGL
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue