mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #176939 from trofi/fix-fno-common-for-gimpPlugins.lqrPlugin
gimpPlugins.lqrPlugin: pull upstream fix for -fno-common toolchains
This commit is contained in:
commit
fc3a4daf19
1 changed files with 9 additions and 0 deletions
|
@ -250,6 +250,15 @@ in
|
|||
rev = "v${version}";
|
||||
sha256 = "81ajdZ2zQi/THxnBlSeT36tVTEzrS1YqLGpHMhFTKAo=";
|
||||
};
|
||||
patches = [
|
||||
# Pull upstream fix for -fno-common toolchain support:
|
||||
# https://github.com/carlobaldassi/gimp-lqr-plugin/pull/6
|
||||
(fetchpatch {
|
||||
name = "fno-common.patch";
|
||||
url = "https://github.com/carlobaldassi/gimp-lqr-plugin/commit/ae3464a82e1395fc577cc94999bdc7c4a7bb35f1.patch";
|
||||
sha256 = "EdjZWM6U1bhUmsOnLA8iJ4SFKuAXHIfNPzxZqel+JrY=";
|
||||
})
|
||||
];
|
||||
};
|
||||
|
||||
gmic = pkgs.gmic-qt.override {
|
||||
|
|
Loading…
Reference in a new issue