mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-13 17:23:08 +00:00
Merge pull request #291696 from trofi/libe57format-drop-redundant-disable-warnings-if-gcc13
libe57format: drop redundant `disable-warnings-if-gcc13`
This commit is contained in:
commit
0990195827
@ -22501,7 +22501,7 @@ with pkgs;
|
||||
dwarfdump = libdwarf.bin;
|
||||
libdwarf_20210528 = callPackage ../development/libraries/libdwarf/20210528.nix { };
|
||||
|
||||
libe57format = disable-warnings-if-gcc13 (callPackage ../development/libraries/libe57format { });
|
||||
libe57format = callPackage ../development/libraries/libe57format { };
|
||||
|
||||
libeatmydata = callPackage ../development/libraries/libeatmydata { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user