aboutsummaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-06-02 11:53:09 -0400
committerseth <getchoo@tuta.io>2023-06-02 11:53:09 -0400
commit29e532c096e8c89ba3f0e071fbdecf646f9814ea (patch)
treecef51e9d8240c216636ddd8f9a2f6f85176445f8 /nix
parent0f0cbd4c1faf7584f8f6deff7421ce8d7e79befb (diff)
downloadPrismLauncher-29e532c096e8c89ba3f0e071fbdecf646f9814ea.tar.gz
PrismLauncher-29e532c096e8c89ba3f0e071fbdecf646f9814ea.tar.bz2
PrismLauncher-29e532c096e8c89ba3f0e071fbdecf646f9814ea.zip
fix(nix): fix prismlauncher-qt5
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to 'nix')
-rw-r--r--nix/distribution.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/distribution.nix b/nix/distribution.nix
index 7c5ef93a..0f2e26f3 100644
--- a/nix/distribution.nix
+++ b/nix/distribution.nix
@@ -21,7 +21,7 @@
};
in {
prismlauncher-qt5-unwrapped = mkPrism final.libsForQt5;
- prismlauncher-qt5 = prev.prismlauncher-qt5.override {inherit (final) prismlauncher-unwrapped;};
+ prismlauncher-qt5 = prev.prismlauncher-qt5.override {prismlauncher-unwrapped = final.prismlauncher-qt5-unwrapped;};
prismlauncher-unwrapped = mkPrism final.qt6Packages;
prismlauncher = prev.prismlauncher.override {inherit (final) prismlauncher-unwrapped;};
};