Skip to content

Commit

Permalink
scala_2_12: move text files from $out to appropriate subdirs
Browse files Browse the repository at this point in the history
Before, this package installed files called LICENSE and NOTICE at the
profile root directory. Which conflicts with other packages with the
same issue. Those files reside now in $out/share/doc/scala/.
  • Loading branch information
Jean-Marie Gaillourdet committed Jan 19, 2020
1 parent 3017d81 commit 8b7c59b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/compilers/scala/2.12.nix
Expand Up @@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
# put docs in correct subdirectory
mkdir -p $out/share/doc
mv $out/doc $out/share/doc/scala
mv $out/{LICENSE,NOTICE} $out/share/doc/scala
for p in $(ls $out/bin/) ; do
wrapProgram $out/bin/$p \
Expand Down

0 comments on commit 8b7c59b

Please sign in to comment.