summary refs log tree commit diff
path: root/pkgs/os-specific/windows/w32api/default.nix
blob: 51b88201998c1201a1b0679694d0b34b8d91724e (plain) (blame)
1
2
3
4
5
6
{ stdenv, callPackage }:

stdenv.mkDerivation {
  inherit (callPackage ./common.nix {}) name src nativeBuildInputs meta;
  dontStrip = true;
}