Revert "gettext: add dev output"

This reverts commit e25efa9673.

Breaks shadow. See:

https://hydra.nixos.org/build/73664024/nixlog/1
This commit is contained in:
Matthew Bauer 2018-05-06 16:14:00 -05:00
parent 9811bf2258
commit e9366d1e6f

View File

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
};
patches = [ ./absolute-paths.diff ];
outputs = [ "out" "dev" "man" "doc" "info" ];
outputs = [ "out" "man" "doc" "info" ];
hardeningDisable = [ "format" ];