Merge pull request #210559 from LostAttractor/qq-removeRuntimeDependencies

qq: move gtk3 from runtimeDependencies to buildInputs
This commit is contained in:
Nick Cao 2023-01-14 11:30:27 +08:00 committed by GitHub
commit 8a371a0441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ stdenv.mkDerivation {
alsa-lib
at-spi2-core
cups
gtk3
libdrm
libgcrypt
libkrb5
@ -58,7 +59,6 @@ stdenv.mkDerivation {
];
runtimeDependencies = [
gtk3
(lib.getLib systemd)
];