mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
multivnc: fix build failure
the patch version of libvncserver was removing a patch required to build the deps as it is using a deprecated cmake version, causing the build to fail
This commit is contained in:
@@ -34,7 +34,6 @@ let
|
||||
rev = "ef3b57438564f2877148a23055f3f0ffce66df11";
|
||||
hash = "sha256-Cg96tsi6h1DX4VSsq1B8DTn0GxnBfoZK2nuxeT/+ca0=";
|
||||
};
|
||||
patches = [ ];
|
||||
};
|
||||
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user