Unverified Commit aa0e78b6 authored by tobim's avatar tobim Committed by Tobias Mayer
Browse files

azure-sdk-for-cpp: keep the copyright in "out"

parent ef3dc559
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  postInstall = ''
    moveToOutput "share" $dev
    moveToOutput "share" "$dev"
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  doCheck = false;
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  postInstall = ''
    moveToOutput "share" $dev
    moveToOutput "share" "$dev"
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  doCheck = false;
+2 −1
Original line number Diff line number Diff line
@@ -51,7 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  postInstall = ''
    moveToOutput "share" $dev
    moveToOutput "share" "$dev"
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  passthru.updateScript = nix-update-script {
+2 −1
Original line number Diff line number Diff line
@@ -52,7 +52,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  postInstall = ''
    moveToOutput "share" $dev
    moveToOutput "share" "$dev"
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  doCheck = false;
+2 −1
Original line number Diff line number Diff line
@@ -48,7 +48,8 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  postInstall = ''
    moveToOutput "share" $dev
    moveToOutput "share" "$dev"
    moveToOutput "share/$(basename "$sourceRoot")-cpp/copyright" "$out"
  '';

  doCheck = false;
Loading